projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c19eea
)
Correct since tags
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 24 Sep 2010 15:29:17 +0000
(11:29 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 24 Sep 2010 15:29:17 +0000
(11:29 -0400)
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index ec62d458f5e054200f90b62a57feb4de44a46ef0..b4591f5b6b033553c01a3f315990a41c577299fa 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-7593,6
+7593,8
@@
gtk_notebook_reorder_child (GtkNotebook *notebook,
* Notebooks with the same name will be able to exchange tabs
* via drag and drop. A notebook with a %NULL group name will
* not be able to exchange tabs with any other notebook.
+ *
+ * Since: 2.24
*/
void
gtk_notebook_set_group_name (GtkNotebook *notebook,
@@
-7623,7
+7625,7
@@
gtk_notebook_set_group_name (GtkNotebook *notebook,
* Return Value: (transfer none): the group name,
* or %NULL if none is set.
*
- * Since: 2.
12
+ * Since: 2.
24
**/
const gchar *
gtk_notebook_get_group_name (GtkNotebook *notebook)